home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / lik32125.zip / LIKSE32.EXE / 0 / RCDATA / TFM_BOOKMARK / TFM_BOOKMARK.txt
Text File  |  1996-10-22  |  939b  |  58 lines

  1. object FM_BookMark: TFM_BookMark
  2.   Left = 231
  3.   Top = 168
  4.   Width = 428
  5.   Height = 144
  6.   Caption = 'BookMark'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 16
  16.     Width = 53
  17.     Height = 13
  18.     Caption = 'Description'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 8
  22.     Top = 48
  23.     Width = 41
  24.     Height = 13
  25.     Caption = 'Location'
  26.   end
  27.   object ED_BMDESC: TEdit
  28.     Left = 72
  29.     Top = 12
  30.     Width = 345
  31.     Height = 20
  32.     TabOrder = 0
  33.   end
  34.   object ED_BMDEST: TEdit
  35.     Left = 72
  36.     Top = 44
  37.     Width = 345
  38.     Height = 20
  39.     TabOrder = 1
  40.   end
  41.   object BitBtn1: TBitBtn
  42.     Left = 136
  43.     Top = 80
  44.     Width = 73
  45.     Height = 25
  46.     TabOrder = 2
  47.     Kind = bkOK
  48.   end
  49.   object BitBtn2: TBitBtn
  50.     Left = 216
  51.     Top = 80
  52.     Width = 73
  53.     Height = 25
  54.     TabOrder = 3
  55.     Kind = bkCancel
  56.   end
  57. end
  58.